stylecontext: Add GtkCssAnimatedValues
authorBenjamin Otte <otte@redhat.com>
Wed, 11 Apr 2012 14:15:45 +0000 (16:15 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:23 +0000 (08:59 +0200)
commit632a84af8c156954efc4c851246401a4560e8321
tree82bf0208de737ed4b14bf279e57d49b3b85c059d
parent9c57b96f56829be4454d144a25750100745cb675
stylecontext: Add GtkCssAnimatedValues

This is a GtkCssComputedValues subclass. So it's essentially a store for
computed CSS values. But it can be animated by advancing it to a certain
timestamp.
gtk/Makefile.am
gtk/gtkcssanimatedvalues.c [new file with mode: 0644]
gtk/gtkcssanimatedvaluesprivate.h [new file with mode: 0644]